feat: HIP-1137#2654
Conversation
56db48d to
ab1e3c9
Compare
ab1e3c9 to
f49e78a
Compare
6a4555c to
c04ddbb
Compare
Not up to standards ⛔🔴 Issues
|
| Category | Results |
|---|---|
| BestPractice | 1 medium |
| Complexity | 1 medium |
🟢 Metrics 372 complexity
Metric Results Complexity 372
NEW Get contextual insights on your PRs based on Codacy's metrics, along with PR and Jira context, without leaving GitHub. Enable AI reviewer
TIP This summary will be updated as you push new changes.
|
Hi @mustafauzunn, Is there any update on the Mirrornode Rest endpoint for registerdNode |
|
Hi @manishdait , you can follow this EPIC hiero-ledger/hiero-mirror-node#12932 |
|
Hi @manishdait |
|
@mustafauzunn, Thanks for sharing |
c04ddbb to
56d5ebf
Compare
|
Hi @manishdait |
cdb145b to
7bd0e89
Compare
|
Hi @mustafauzunn, I updated the Here is the log for |
|
Hi @manishdait you can disable hooks tests for now. Hooks are disabled on 0.73.0 |
6757d1b to
d14dea7
Compare
Signed-off-by: Manish Dait <daitmanish88@gmail.com>
Signed-off-by: Manish Dait <daitmanish88@gmail.com>
Signed-off-by: Manish Dait <daitmanish88@gmail.com>
Signed-off-by: Manish Dait <daitmanish88@gmail.com>
Signed-off-by: Manish Dait <daitmanish88@gmail.com>
Signed-off-by: Manish Dait <daitmanish88@gmail.com>
Signed-off-by: Manish Dait <daitmanish88@gmail.com>
Signed-off-by: Manish Dait <daitmanish88@gmail.com>
Signed-off-by: Manish Dait <daitmanish88@gmail.com>
Signed-off-by: Manish Dait <daitmanish88@gmail.com>
Signed-off-by: Manish Dait <daitmanish88@gmail.com>
Signed-off-by: Manish Dait <daitmanish88@gmail.com>
Signed-off-by: Manish Dait <daitmanish88@gmail.com>
Signed-off-by: Manish Dait <daitmanish88@gmail.com>
Signed-off-by: Manish Dait <daitmanish88@gmail.com>
Signed-off-by: Manish Dait <daitmanish88@gmail.com>
Signed-off-by: Manish Dait <daitmanish88@gmail.com>
Signed-off-by: Manish Dait <daitmanish88@gmail.com>
Signed-off-by: Manish Dait <daitmanish88@gmail.com>
Signed-off-by: Manish Dait <daitmanish88@gmail.com>
Signed-off-by: Manish Dait <daitmanish88@gmail.com>
Signed-off-by: Manish Dait <daitmanish88@gmail.com>
Signed-off-by: Manish Dait <daitmanish88@gmail.com>
Signed-off-by: Manish Dait <daitmanish88@gmail.com>
Signed-off-by: Manish Dait <daitmanish88@gmail.com>
Signed-off-by: Manish Dait <daitmanish88@gmail.com>
7e65b27 to
a3f1785
Compare
Signed-off-by: Manish Dait <daitmanish88@gmail.com>
| */ | ||
| public NodeCreateTransaction addAssociatedRegisteredNode(long associatedRegisteredNode) { | ||
| requireNotFrozen(); | ||
| if (associatedRegisteredNodes.size() >= 20) { |
There was a problem hiding this comment.
Hi @mustafauzunn should we remove this check and let it handle by the consensus node to throw the PrecheckError with MAX_REGISTERED_NODES_EXCEEDED. also similar with other
Description:
This PR introduce HIP 1137
Related issue(s):
Fixes #2644
Notes for reviewer:
Checklist